|
SET PARTICLE FLOOR
This command will set whether the particle within the particles object will hit a predetermined floor at zero Y in 3D world space.
SET PARTICLE FLOOR Particle Number, Floor Flag
Particle Number
Integer
The particle object number
Floor Flag
Integer
The default is a flag value of one. A value of zero will remove the invisible floor allowing particles to continue to exist until they eventually fade
This command does not return a value.
The default is a flag value of one. A value of zero will remove the invisible floor allowing particles to continue to exist until they eventually fade.
make particles 4, 0, 10, 10.0
position particles 4, 3, 2, 10
set particle emissions 4, 1
set particle speed 4, 0.005
set particle velocity 4, 10
set particle floor 4, rnd(1)
do
loop
delete particles 4
end
PARTICLES Commands Menu
Index
|